﻿@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: middle;
	width: 100%;
	
}

a, a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
}

a:hover {
	color: #333;
}

a:active {
	color: #333;
}
.footeryd{
	display: none;
  }
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

body {
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-family: "微软雅黑", "宋体";
}

#container {
	text-align: left;
}

.container {
	width: 80%;
	margin: 0 auto;
}

.fl {
	float: left
}

.fr {
	float: right;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

#gHeader {
	box-shadow: 0px 10px 10px -10px #c7c2c2;
	background: #fff;
	position: relative;
	z-index: 100;
}

#gHeader .heaCon {
	padding: 15px 0;
}

#gHeader .container {
	position: relative;
}

#gHeader .heaCon .tel {
	line-height: 40px;
	font-size: 14px;
	margin-left: 5%;
	color: #787878;
	margin-top: 1%;
}

#gHeader .heaCon .tel strong {
	font-size: 24px;
	color: #0090ff;
	line-height: 54px;
	display: block;
	padding-left: 40px;
	background: url(../images/tel2.png) no-repeat left top 10px;
	background-size: 35px;
}

#gHeader .heaCon .tel img {
	width: 35px;
}

#gHeader.on {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 200;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/

#gNavi {
	width: 60%
}

#gNavi li {
	float: left;
	width: 12.5%;
	text-align: center;
	position: relative;
}

#gNavi li>a {
	display: block;
	position: relative;
	font-size: 16px;
	line-height: 72px;
	color: #333;
}

#gNavi li>a:before {
	content: "";
	right: 50%;
	left: 50%;
	bottom: 0px;
	position: absolute;
	height: 3px;
	transition: 0.3s;
	background: #fc7e28;
	opacity: 0;
}

#gNavi li:hover>a:before, #gNavi li.on>a:before {
	right: 10%;
	left: 10%;
	opacity: 1;
}

#gNavi li:hover>a, #gNavi li.on>a {
	color: #333;
}

#gNavi li .drop {
	position: absolute;
	left: -35px;
	top: 72px;
	right: -35px;
	text-align: center;
	background: rgba(0, 0, 0, .5);
	z-index: 210;
	display: none;
}

#gNavi li .drop a {
	display: block;
	color: #fff;
	line-height: 40px;
	border-bottom: 1px solid #dedede;
	font-size: 15px;
	text-align: center;
}

#gNavi li .drop a:hover, #gNavi li .drop a.on {
	background: #0090ff;
	color: #fff;
}

#gNavi li:hover .drop {
	display: block;
}

.hot {
	background: #f4f4f4;
	padding: 20px 0;
}

.hot .form {
	margin: 0 40px
}

.hot .form form {
	width: 380px;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	background: #fff;
	line-height: 40px;
	margin: 0 auto;
}

.hot  ul {
	margin-top: 8px;
	text-align: center;
}

.hot  ul li {
	display: inline-block;
	margin: 0 3px;
}
.hot  ul li:first-child {
	font-weight:600
}
.hot  ul li a {
	color: #333;
	font-size: 14px;
}

.hot .form input[type="text"] {
	width: 100%;
	line-height: 40px;
	height: 40px;
	border: none;
	background: #fff;
	padding: 0 85px 0 10px;
	box-sizing: border-box;
	margin: 0;
}

.hot .form .submi {
	width: 80px;
	height: 34px;
	position: absolute;
	right: 3px;
	top: 3px;
	background: #0090ff;
	color: #fff;
	text-align: center;
	line-height: 30px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.hot .text {
	border-left: 1px solid #dedede;
	width: 60%;
	text-align: center;
	color: #333;
	box-sizing: border-box;
}

.hot .text strong {
	font-size: 25px;
	color: #e4662e;
}

.hot .text p {
	font-size: 16px;
	line-height: 30px;
}

.sec .title {
	text-align: center;
	margin-bottom: 30px;
}

.sec .title h2 {
	font-size: 50px;
	margin-bottom: 10px;
	font-weight: 500;
}

.sec .title h2:before, .sec .title h2:after {
	content: "";
	display: inline-block;
	width: 76px;
	height: 28px;
	background: url(../images/icon24.png) no-repeat center;
	margin: 0 45px;
}

.sec .title h2:after {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.sec .title p {
	font-size: 16px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#gFooter {
	background: url(../images/ft.jpg) no-repeat;
	color: #fff;
	position: relative;
	background-size: cover;
}

#gFooter .fh {
	position: absolute;
	left: 50%;
	width: 50px;
	top: -25px;
	margin-left: -25px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	border-radius: 50%;
	height: 50px;
	cursor: pointer;
	z-index: 100;
}

#gFooter .fTop {
	padding: 40px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}

#gFooter .fTop .logo {
	width: 240px;
}

#gFooter .fTop .nav {
	margin-left: 300px;
}

#gFooter .fTop .nav li {
	width: 10%;
	float: left;
	text-align: center;
	line-height: 66px;
}

#gFooter .fTop .nav li a {
	display: block;
	font-size: 15px;
	color: #fff;
}

#gFooter .fBott .lxCon {
	width: 35%;
}

#gFooter .fBott h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

#gFooter .fBott .lxCon p {
	font-size: 15px;
	line-height: 30px;
}

#gFooter .fBott .midd {
	width: 30%;
	margin-left: 30px;
}

#gFooter .fBott .midd li {
	float: left;
	width: 50%;
	text-align: center;
}

#gFooter .fBott .midd a {
	display: block;
	color: #fff;
	font-size: 15px;
	line-height: 30px;
}

#gFooter .fBott .fr .ewm {
	display: inline-block;
	margin-left: 20px;
	text-align: center;
}

#gFooter .fBott .fr .ewm img {
	width: 130px;
	margin-bottom: 5px;
}

#gFooter .power {
	line-height: 50px;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	background: #064ba8;
}

#gFooter .power a {
	color: #fff;
}

#gFooter .fLink {
	display: none;
}

.fixed {
	position: fixed;
	left: 0px;
	top: 50%;
	z-index: 99;
	margin-top:-125px;
}

.fixed li {
	font-size: 15px;
	text-align: center;
	background: #fff;
	margin: 10px 0;
	border-radius: 4px 0 0 4px;
	width:50px;
	position:relative;
	box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}

.fixed li span {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #0090ff;
	position:relative;
	z-index:100
}

.fixed li span img {
	width: 30px;
}

.fixed li .tex {
	width: 0px;
	position: absolute;
	left: -100px;
	background: #fff;
	top: 0px;
	transition: 0.3s;
	z-index:90
}

.fixed li p {
	font-size: 18px;
	line-height: 50px;
}

.fixed li:hover .tex {
	width: 150px;
	left: 50px;
}

.sp {
	display: none !important;
}

@media all and (min-width: 1023px) and (max-width:1680px) {
	.container {
		width: 86%;
	}
	#gHeader .heaCon .tel {
		margin-left: 3%;
	}
	.sec .title h2 {
		font-size: 42px;
	}
}

@media all and (min-width: 1023px) and (max-width:1600px) {
	.container {
		width: 85%;
	}
	#gHeader .heaCon {
		padding-top: 10px
	}
	#gHeader .heaCon .logo {
		width: 220px;
	}
	#gNavi li>a {
		font-size: 15px;
		line-height: 60px;
	}
	#gNavi li .drop a {
		font-size: 14px;
	}
	#gNavi li .drop {
		top: 60px;
	}
	#gHeader .heaCon .tel strong {
		line-height: 32px;
	}
}

@media all and (min-width: 1023px) and (max-width:1440px) {
	.container {
		width: 90%;
	}
	.sec .title h2 {
		font-size: 36px;
	}
	.sec .title h2:before, .sec .title h2:after {
		width: 50px;
		height: 20px;
		background-size: 100%;
		margin: 0 20px;
	}
	#gFooter .fBott .lxCon p {
		font-size: 14px;
	}
	.hot .form form {
		width: 300px;
	}
	.hot .text strong {
		font-size: 22px;
	}
}

@media all and (min-width: 0) and (max-width: 1300px) {
	.container {
		width: 96%;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.footeryd{background-color:rgba(11,129,222,0.75);height:50px;position: fixed;bottom:30px;left:50%;margin-left:-46%;z-index:999;width:92%;border-radius:10px;}
	.footeryd{display: block;}
	.footeryd{width:370px !important; left:50%;margin-left:-184px;}
	.footeryd a{float: left;width:33.33%;text-align: center;}
	.footeryd img{display: inline-block;height:24px;width: 24px;margin:5px 0 0;}
	.footeryd strong{color:#fff;font-size:12px;display: block;height:20px;line-height:20px;}
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
	.container {
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.fl {
		float: inherit
	}
	.fr {
		float: inherit;
	}
	#main {
		padding-bottom: 50px;
	}
	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader .heaCon {
		padding: 10px
	}
	#gHeader .heaCon .tel {
		display: none;
	}
	#gHeader .logo {
		width: 200px;
	}
	#gHeader .menu {
		position: absolute;
		right: 10px;
		top: 20px;
		width: 35px;
		border-radius: 5px;
		overflow: hidden;
	}
	#gHeader .container {
		position: inherit;
	}
	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		width: 100%;
		margin-top: 0;
		position: absolute;
		left: 0;
		right: 0;
		top: 75px;
		padding-bottom: 30px;
		background: #3896de;
		display: none;
		border-top: 1px solid #dedeee;
	}
	#gNavi li {
		float: inherit;
		width: 100%;
	}
	#gNavi li>a {
		line-height: 40px;
		color:#fff
	}
	#gNavi li:hover>a:before, #gNavi li.on>a:before {
		left: 0;
		right: 0;
	}
	
	#gNavi li.on>a {
		color: #fff;
	}
	#gNavi li .drop {
		position: relative;
		top: 0px;
		right: 0;
		left: 0;
	}
	#gNavi li.on .drop {
		display: block;
	}
	#gNavi li .drop a {
		display: block;
		color: #fff;
		line-height: 40px;
		border-bottom: 1px solid #dedede;
		font-size: 15px;
		text-align: center;
	}
	#gNavi li:nth-child(2)>a, #gNavi li:nth-child(7)>a {
		background: url(../images/jt1.png) no-repeat right 10px center;
		background-size: 18px;
	}
	#gNavi li:nth-child(2).on>a,  #gNavi li:nth-child(7).on>a {
		background: url(../images/jt.png) no-repeat right 10px center;
		background-size: 18px;
	}
	.hot {
		padding: 12px;
	}
	.hot .form {
		margin:0;
	}
	.hot .form form {
		width: 100%;
		line-height: 32px;
	}
	.hot .form ul {
		display: none;
	}
	.hot .form input[type="text"] {
		line-height: 32px;
		height: 32px;
		padding: 0 65px 0 5px;
	}
	.hot .form .submi {
		right: 2px;
		top: 2px;
		width:60px;
		height:28px;
	}
	.hot .text {
		display: none;
	}
	.sec .title {
		text-align: center;
		margin-bottom: 15px;
	}
	.sec .title h2 {
		font-size: 24px;
		font-weight: 600;
		margin-bottom: 6px;
	}
	.sec .title h2:before, .sec .title h2:after {
		width: 38px;
		height: 18px;
		background: url(../images/icon24.png) no-repeat center bottom;
		background-size: 100%;
		margin: 0 10px;
	}
	.sec .title p {
		font-size: 14px;
	}
	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		background: url(../images/ft_bg3.jpg) no-repeat;
		color: #fff;
		position: relative;
		background-size: cover;
	}
	#gFooter .fh {
		position: absolute;
		left: 50%;
		width: 50px;
		top: -25px;
		margin-left: -25px;
		box-shadow: 0 0 10px rgba(0, 0, 0, .3);
		border-radius: 50%;
		height: 50px;
		cursor: pointer;
		z-index: 100;
	}
	#gFooter .fTop {
		padding: 40px 0;
		margin-bottom: 15px;
		border-bottom: 1px solid rgba(255, 255, 255, .5);
	}
	#gFooter .fTop .logo {
		display: none;
	}
	#gFooter .fTop .nav {
		margin-left: 0px;
	}
	#gFooter .fTop .nav li {
		width: 25%;
		line-height: 25px;
	}
	#gFooter .fTop .nav li a {
		font-size: 13px;
	}
	#gFooter .fBott {
		padding: 0 10px;
	}
	#gFooter .fBott .lxCon {
		width: 100%;
	}
	#gFooter .fBott h3 {
		font-size: 16px;
		margin-bottom: 6px;
		text-align: left;
	}
	#gFooter .fBott .lxCon p {
		font-size: 13px;
		line-height: 25px;
	}
	#gFooter .fBott .midd {
		width: 100%;
		margin-left: 0px;
		margin: 10px 0 10px;
	}
	#gFooter .fBott .midd li {
		width: 33.33%;
	}
	#gFooter .fBott .midd a {
		font-size: 14px;
		line-height: 25px;
	}
	#gFooter .fBott .fr {
		text-align: center;
	}
	#gFooter .fBott .fr .ewm img {
		width: 90px;
	}
	#gFooter .power {
		line-height: 20px;
		font-size: 12px;
		padding: 4px 0;
	}
	
	input {
		appearance: none;
		-webkit-appearance: none;
	}
}